home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / audiovdd.zip / README.OS2 < prev    next >
Text File  |  1992-11-24  |  2KB  |  45 lines

  1. Instructions for manually installing the Simulation Virtual Device Driver
  2. for OS/2:
  3.  
  4. Prerequisites:
  5.  
  6. 1) You must have a 386 or 386SX or above PC
  7. 2) You must be using OS/2 2.0 (1.x will not work)
  8.  
  9.   The VDD will allow you to run most SoundBlaster and MPU-401/MT32 or LAPC
  10.   applications within an OS/2 2.0 DOS session.  Do NOT run the SVAUDIO.EXE.
  11.   The VDD will attempt to map the sounds requested by the application to
  12.   the nearest M-ACPA sound.  In most cases this is quite acceptable, but
  13.   in any case it will sound different.
  14.  
  15. /****************************************************************************/
  16.   Install Instructions
  17. /****************************************************************************/
  18.  
  19. 1) Copy the IBMMPC.DSP file to the root of the C: drive
  20. 2) Copy the following drivers to a directory on your hard drive:
  21.             SVAUDIO.SYS
  22.             VAUDIO.SYS
  23.             ACPADD2.SYS
  24. 3) Update your C:\CONFIG.SYS to include:
  25.             device=SVAUDIO.SYS
  26.             device=VAUDIO.SYS
  27.             device=ACPADD2.SYS 1
  28. 4) Reboot your system and the VDD is ready to go...
  29.  
  30. /******************************************************************************
  31.   MMPM/2 Instructions
  32. /******************************************************************************
  33.  
  34. If you have MMPM/2 installed on your system, then you should already have a
  35. copy of ACPADD2.SYS installed.  If so, then perform the following:
  36.  
  37. 1) Copy the IBMMPC.DSP file to the root of the C: drive
  38. 2) Copy the following driver to a directory on your hard drive:
  39.               SVAUDIO.SYS
  40. 3) Save your current copy of ACPADD2.SYS by copying it to ACPADD2.BAK
  41. 4) Copy the new ACPADD2.SYS file over your current copy
  42. 5) Update your C:\CONFIG.SYS to include:
  43.               device=SVAUDIO.SYS
  44. 6) Reboot your system and the VDD is ready to go...
  45.